home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pp / pp-6.0 / template / README next >
Encoding:
Text File  |  1988-04-18  |  1.0 KB  |  33 lines

  1. Files in this directory are the preferred format for the pp system.
  2. Add new file types as needed. The format is not particularly
  3. important, but I think it looks ok and it has most of the essential
  4. info in it.
  5.  
  6. A brief note about some of the formats.
  7.  
  8. template.py
  9.     Don't forget to set the comment leader for RCS, else you'll
  10.     get some funny results. Basically, the first time you co a .py
  11.     file - the following is the easiest way.
  12.         ci filename.py
  13.         rcs -c'-- ' filename.py
  14.         co [-l] filename.py
  15.  
  16. template.mk
  17.     This should include the following targets so that recursive
  18.     things work properly.
  19.     default    - the default things to build.
  20.     clean    - clean out all the junk.
  21.     lint    - lint the files. Should be a target for each separate
  22.         systm as well though. e.g.
  23.         lint: l-prog1 l-prog2
  24.         so that they can be lint'd separately if needed.
  25.     install    - installation method (one day! - leave blank for now)
  26.     depend    - rebuild dependency list
  27.     
  28. template.man
  29.     Use for -ms & -man macro - but remove the TH for ms. Also need
  30.     to set the comment string here. Use rcs -c'.\" ' file.
  31.  
  32.     
  33.